Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Solved 1054 - Unknown column 'header' in 'field list' SQL=SELECT `new_url`,`header`

More
11 years 2 months ago - 11 years 2 months ago #162484 by stuart
Joomla 3.4, I upgraded Kunena 3.0.6 (was working) to 3.0.7 and now cannot access forum categories and articles. I have disabled add-ons and reinstalled Kunena 3.0.7 but the error remains.

1054 - Unknown column 'header' in 'field list' SQL=SELECT `new_url`,`header`,`published` FROM `jom_redirect_links` WHERE `old_url` = ' xxxxxxxx.com.au/component/kunena/ato-decision-tools ' LIMIT 0, 1

How can I fix this problem?
Last edit: 11 years 2 months ago by 810.

Please Log in or Create an account to join the conversation.

More
11 years 2 months ago #162485 by rich

Important! Always create a backup before you make any changes to your website!

Please Log in or Create an account to join the conversation.

More
11 years 2 months ago - 11 years 2 months ago #162488 by stuart
I would seem that the bug has not been fixed and can occur when Kunena is upgraded from 3.0.6 to 3.0.7. However following the suggestion from the link above and applying the following fixed the problem for me.

Thank you


Apply these to database:

ALTER TABLE `jom_redirect_links` ADD header smallint(3) NOT NULL DEFAULT 301;
ALTER TABLE `jom_redirect_links` MODIFY new_url varchar(255);
Last edit: 11 years 2 months ago by stuart.

Please Log in or Create an account to join the conversation.

More
11 years 2 months ago #162513 by xillibit
I think that the table jom_redirect_links hasn't been updated during Joomla! 3.4.0 update or something is missing to update this table

I don't provide support by PM, because this can be useful for someone else.

Please Log in or Create an account to join the conversation.

Time to create page: 0.256 seconds